home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / param10 / jmparam.bas < prev    next >
BASIC Source File  |  1995-08-20  |  567b  |  27 lines

  1. ' Parameter Control Definition File
  2. '
  3. '    Copyright (c) 1995 By VisualWare, Inc.
  4. '
  5. '    VisualWare, Inc.
  6. '    1675 East Main St, Suite 218
  7. '    Kent OH 44240
  8. '
  9. '
  10. '    (216) 258-9012
  11. '
  12. '    visualware@interramp.com
  13. '
  14. '
  15. '    CallForm
  16. '
  17. '    Invokes a Parameter Control on a Form
  18. '
  19. '    Frm:  The form you want to call.
  20. '    CallType:    Integer value you want to pass to the control.  This is not
  21. '            interpreted in any way.
  22. '
  23. '    Args:        Array of string arguments.
  24. '
  25. '
  26. Declare Function CallForm Lib "PARAMCTL" (Frm As Form, ByVal CallType As Integer, Args() As String) As Long
  27.